chore(deps): update typescript-eslint monorepo to ^6.21.0#75
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update typescript-eslint monorepo to ^6.21.0#75renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
September 11, 2023 20:19
b522295 to
af790a4
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
September 18, 2023 18:37
af790a4 to
374afbe
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
September 25, 2023 20:20
374afbe to
cc1c306
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 2, 2023 18:42
cc1c306 to
9612c8b
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 9, 2023 18:17
9612c8b to
2de0b63
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 16, 2023 19:06
2de0b63 to
14b49f3
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 23, 2023 18:54
14b49f3 to
8ad39ed
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
October 30, 2023 20:02
8ad39ed to
1d62126
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 6, 2023 19:19
1d62126 to
df287a8
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 13, 2023 17:54
df287a8 to
5b9c89c
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
November 20, 2023 19:00
5b9c89c to
58b1b38
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
November 28, 2023 10:10
58a0b6f to
c0ee26b
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 4, 2023 19:20
c0ee26b to
b1213ef
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 11, 2023 19:39
b1213ef to
d59073a
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 18, 2023 18:05
d59073a to
d5f6b9e
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 25, 2023 18:59
d5f6b9e to
b87cd2e
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 1, 2024 19:58
b87cd2e to
7c672c1
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
2 times, most recently
from
January 9, 2024 01:58
71a555a to
e5a8468
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 15, 2024 18:38
e5a8468 to
63bcdf5
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 22, 2024 19:03
63bcdf5 to
80fea38
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
January 29, 2024 19:09
80fea38 to
ac35e47
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
February 5, 2024 18:37
ac35e47 to
7084e64
Compare
renovate
Bot
force-pushed
the
renovate/typescript-eslint-monorepo
branch
from
December 8, 2024 23:39
e7f4d7d to
7084e64
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.13.2→^6.21.0^6.13.2→^6.21.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: falseeslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
askeyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Bug Fixes
patternsorpathsin options are empty (#8108) (675e987)Features
defaultcase on an already exhaustiveswitch(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Bug Fixes
no-unsafe-unary-minus(#7998) (705370a)Features
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0Compare Source
🚀 Features
parserOptions.project: false❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.